home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / program / cpc2.zip / CPP.MS < prev    next >
Text File  |  1995-12-31  |  703b  |  60 lines

  1. *************************************************
  2. ***   Microsoft C and QuickC Reserved Words   ***
  3. *************************************************
  4. * Statements *
  5. break
  6. case<.>
  7. continue
  8. default<.>
  9. do
  10. for
  11. goto
  12. if
  13. else                           
  14. return
  15. switch
  16. while
  17. * Declarations *
  18. auto
  19. char
  20. const
  21. double
  22. enum
  23. extern
  24. float
  25. int
  26. long
  27. register
  28. short
  29. signed
  30. sizeof
  31. static
  32. struct
  33. typedef
  34. union
  35. unsigned
  36. void
  37. volatile
  38. * Implementation Dependent *
  39. cdecl
  40. far
  41. fortran
  42. huge
  43. near
  44. pascal
  45. * Preprocessor Directives *
  46. #define
  47. #elif<.>
  48. #else<.>
  49. #endif<.
  50. #error
  51. #if.>
  52. #ifdef.>
  53. #ifndef.>
  54. #include
  55. #line
  56. #pragma
  57. #undef
  58. defined!
  59. * Add C++ extensions here ... *
  60.